Settings saveSetting() Method
app.settings.saveSetting(sectionName,keyName,value)
Description The saveSetting method can save a default value for a scripting preferences item.
Parameters sectionName | text string which holds the name of a section of settings; in the prefs file these are the names enclosed in brackets and quotations | keyName | text string which describes an individual setting name; these are listed in quotations below the sectionName | value | value assigned to the setting |
See also Settings getSetting() Method Settings haveSetting() Method
|